home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / enigma / earcd / utility / utilcli / scrnshff.rdm < prev    next >
Text File  |  1997-01-18  |  1KB  |  43 lines

  1. Short:    Tiny program to move public screens around
  2. Author:   agraham@hal9000.net.au (Ali Graham)
  3. Uploader: agraham@hal9000.net.au (Ali Graham)
  4. Version:  0.1
  5. Type:     util/cli
  6. Requires: An Amiga 8-), OS 2+
  7.  
  8. This is a leetle program that I wrote because I needed the
  9. function it provided at the time, and I wasn't going to
  10. log on to the 'net until later that night :)
  11.  
  12. I'm sure there's probably already something on Aminet
  13. that does the same...
  14.  
  15. Features:
  16.  
  17. * Move screen to back or front.
  18. * If no screen is specified (& therefore the ReadArgs will
  19.   fail), then the Workbench screen will be moved to the
  20.   front.
  21.  
  22. Template: SCREEN/A,FRONT/S,BACK/S
  23.  
  24. i.e. SCREEN/A - (Required) Screen to operate upon.
  25.      FRONT/K  - (Switch)   Move screen to front.
  26.      BACK/K   - (Switch)   Move screen to back.
  27.  
  28. The screen name is case-sensitive; you must provide it
  29. exactly as specified by the program that owns the screen.
  30. (If I get any requests I wouldn't mind making a
  31. pattern-matching version, but it's not something that I
  32. need.)
  33.  
  34. If both front and back switches are used, screen will
  35. jump to front then move to back; I don't know if this is
  36. important to anyone or not, but someone might like it...
  37.  
  38. Full source in AmigaE is provided; should even compile
  39. with E v2.1b (I use v3.2e, registered).
  40.  
  41. This program is MailWare - mail me to say thanks/no thanks/
  42. do a better job next time etc...
  43.